summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/FontTable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/dmapper/FontTable.hxx')
-rw-r--r--writerfilter/source/dmapper/FontTable.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/writerfilter/source/dmapper/FontTable.hxx b/writerfilter/source/dmapper/FontTable.hxx
index b41414e204d4..b47374d2b0f9 100644
--- a/writerfilter/source/dmapper/FontTable.hxx
+++ b/writerfilter/source/dmapper/FontTable.hxx
@@ -38,7 +38,6 @@
namespace writerfilter {
namespace dmapper
{
-using namespace std;
struct FontTable_Impl;
struct FontEntry
@@ -98,6 +97,8 @@ public:
virtual void substream(Id name,
::writerfilter::Reference<Stream>::Pointer_t ref);
virtual void info(const string & info);
+ virtual void startShape( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape );
+ virtual void endShape( );
const FontEntry* getFontEntry(sal_uInt32 nIndex);
sal_uInt32 size();