summaryrefslogtreecommitdiff
path: root/svtools/inc/svtools/embedhlp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/inc/svtools/embedhlp.hxx')
-rw-r--r--svtools/inc/svtools/embedhlp.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/inc/svtools/embedhlp.hxx b/svtools/inc/svtools/embedhlp.hxx
index 46169d645c91..abae6318de69 100644
--- a/svtools/inc/svtools/embedhlp.hxx
+++ b/svtools/inc/svtools/embedhlp.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -109,9 +110,6 @@ namespace svt
// no conversion is done if no target mode is provided
Size GetSize( MapMode* pTargetMapMode = NULL ) const;
- // the following method tries to get the HC graphic if it is possible, otherwise returns NULL
- Graphic* GetHCGraphic() const;
-
void SetGraphic( const Graphic& rGraphic, const ::rtl::OUString& rMediaType );
void SetGraphicStream(
const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& xInGrStream,
@@ -138,3 +136,5 @@ namespace svt
}
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */