summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/labimg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-06 10:51:51 +0200
committerNoel Grandin <noel@peralex.com>2015-11-06 11:55:09 +0200
commit2633976ef3406d48907bd922f067ea04e39c94f1 (patch)
treec29440a174d106805b686299fcaa4a3bacf23592 /sw/source/uibase/inc/labimg.hxx
parent41d83eb8cd8e9544641182ff19a8c635760e75dc (diff)
com::sun::star->css in sw/source/core
Change-Id: I30016977f1be8fb53dd239367d043de92a9467d9
Diffstat (limited to 'sw/source/uibase/inc/labimg.hxx')
-rw-r--r--sw/source/uibase/inc/labimg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/labimg.hxx b/sw/source/uibase/inc/labimg.hxx
index 43b6690d6169..4207c38b8b8e 100644
--- a/sw/source/uibase/inc/labimg.hxx
+++ b/sw/source/uibase/inc/labimg.hxx
@@ -109,7 +109,7 @@ private:
SwLabItem aItem;
bool bIsLabel;
- com::sun::star::uno::Sequence<OUString> GetPropertyNames();
+ css::uno::Sequence<OUString> GetPropertyNames();
virtual void ImplCommit() override;
@@ -118,7 +118,7 @@ public:
SwLabItem& GetItem() {return aItem;}
- virtual void Notify( const ::com::sun::star::uno::Sequence< OUString >& aPropertyNames ) override;
+ virtual void Notify( const css::uno::Sequence< OUString >& aPropertyNames ) override;
};
#endif