summaryrefslogtreecommitdiff
path: root/filter/source/msfilter/viscache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/msfilter/viscache.hxx')
-rw-r--r--filter/source/msfilter/viscache.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/msfilter/viscache.hxx b/filter/source/msfilter/viscache.hxx
index 81b60d6216fe..0a73ee75dbf6 100644
--- a/filter/source/msfilter/viscache.hxx
+++ b/filter/source/msfilter/viscache.hxx
@@ -33,13 +33,13 @@ class Impl_OlePres
pMtf;
sal_uInt32 nAdvFlags;
- Size aSize; // Groesse in 100TH_MM
+ Size aSize; // size in 100TH_MM
public:
explicit Impl_OlePres( SotClipboardFormatId nF )
: nFormat( nF )
, nAspect( ASPECT_CONTENT )
, pMtf( nullptr )
- , nAdvFlags( 0x2 ) // in Dokument gefunden
+ , nAdvFlags( 0x2 ) // found in document
{}
void SetMtf( const GDIMetaFile & rMtf )
{