summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extensions/source/abpilot/abpfinalpage.hxx2
-rw-r--r--extensions/source/bibliography/datman.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/abpilot/abpfinalpage.hxx b/extensions/source/abpilot/abpfinalpage.hxx
index eedeac43b25d..d87af05f7d0b 100644
--- a/extensions/source/abpilot/abpfinalpage.hxx
+++ b/extensions/source/abpilot/abpfinalpage.hxx
@@ -39,7 +39,7 @@ namespace abp
class FinalPage : public AddressBookSourcePage
{
protected:
- VclPtr<::svt::OFileURLControl> m_pLocation;
+ VclPtr< ::svt::OFileURLControl> m_pLocation;
VclPtr<PushButton> m_pBrowse;
VclPtr<CheckBox> m_pRegisterName;
VclPtr<FixedText> m_pNameLabel;
diff --git a/extensions/source/bibliography/datman.hxx b/extensions/source/bibliography/datman.hxx
index 366c81f952d5..8d6e1a8a6c85 100644
--- a/extensions/source/bibliography/datman.hxx
+++ b/extensions/source/bibliography/datman.hxx
@@ -101,7 +101,7 @@ private:
::cppu::OInterfaceContainerHelper m_aLoadListeners;
- VclPtr<::bib::BibView> pBibView;
+ VclPtr< ::bib::BibView> pBibView;
VclPtr<BibToolBar> pToolbar;
OUString sIdentifierMapping;