summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cui/source/inc/dbregister.hxx2
-rw-r--r--cui/source/inc/optpath.hxx2
-rw-r--r--cui/source/options/doclinkdialog.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/inc/dbregister.hxx b/cui/source/inc/dbregister.hxx
index cf0142120532..e7a37c4dbfa4 100644
--- a/cui/source/inc/dbregister.hxx
+++ b/cui/source/inc/dbregister.hxx
@@ -51,7 +51,7 @@ namespace svx
VclPtr<PushButton> m_pEdit;
VclPtr<PushButton> m_pDelete;
- VclPtr<::svx::OptHeaderTabListBox> pPathBox;
+ VclPtr< ::svx::OptHeaderTabListBox> pPathBox;
SvTreeListEntry* m_pCurEntry;
sal_uLong m_nOldCount;
bool m_bModified;
diff --git a/cui/source/inc/optpath.hxx b/cui/source/inc/optpath.hxx
index df078cec88b8..0e94b7304153 100644
--- a/cui/source/inc/optpath.hxx
+++ b/cui/source/inc/optpath.hxx
@@ -46,7 +46,7 @@ private:
VclPtr<PushButton> m_pStandardBtn;
VclPtr<PushButton> m_pPathBtn;
- VclPtr<::svx::OptHeaderTabListBox> pPathBox;
+ VclPtr< ::svx::OptHeaderTabListBox> pPathBox;
OptPath_Impl* pImpl;
::com::sun::star::uno::Reference< ::svt::DialogClosedListener > xDialogListener;
diff --git a/cui/source/options/doclinkdialog.hxx b/cui/source/options/doclinkdialog.hxx
index 55493e9e9974..f4be898c5685 100644
--- a/cui/source/options/doclinkdialog.hxx
+++ b/cui/source/options/doclinkdialog.hxx
@@ -40,7 +40,7 @@ namespace svx
class ODocumentLinkDialog : public ModalDialog
{
protected:
- VclPtr<::svt::OFileURLControl> m_pURL;
+ VclPtr< ::svt::OFileURLControl> m_pURL;
VclPtr<PushButton> m_pBrowseFile;
VclPtr<Edit> m_pName;
VclPtr<OKButton> m_pOK;