summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/BorderHandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/dmapper/BorderHandler.hxx')
-rw-r--r--writerfilter/source/dmapper/BorderHandler.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/writerfilter/source/dmapper/BorderHandler.hxx b/writerfilter/source/dmapper/BorderHandler.hxx
index 58e3bc0627a2..602e2fed244c 100644
--- a/writerfilter/source/dmapper/BorderHandler.hxx
+++ b/writerfilter/source/dmapper/BorderHandler.hxx
@@ -55,7 +55,7 @@ private:
bool m_bOOXML;
bool m_aFilledLines[BORDER_COUNT];
- ::com::sun::star::table::BorderLine2 m_aBorderLines[BORDER_COUNT];
+ css::table::BorderLine2 m_aBorderLines[BORDER_COUNT];
OUString m_aInteropGrabBagName;
std::vector<css::beans::PropertyValue> m_aInteropGrabBag;
void appendGrabBag(const OUString& aKey, const OUString& aValue);
@@ -69,7 +69,7 @@ public:
virtual ~BorderHandler();
::std::shared_ptr<PropertyMap> getProperties();
- ::com::sun::star::table::BorderLine2 getBorderLine();
+ css::table::BorderLine2 getBorderLine();
sal_Int32 getLineDistance() const { return m_nLineDistance;}
bool getShadow() { return m_bShadow;}
void enableInteropGrabBag(const OUString& aName);