summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-04-28 17:23:41 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-04-28 17:23:41 +0200
commitfc4935c020450f436feb89cf6cb587839a990c05 (patch)
tree0a2699808d28a099ff416a241c69ecc9256091a8 /extensions
parenteeec230208986c0b1f5e95eed54644fc644d28fd (diff)
extensions: fix GCC-4.7 build
Change-Id: I7db7a1d8e7fc4e57abb2cc75eaa99706d65d47ea
Diffstat (limited to 'extensions')
-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;