summaryrefslogtreecommitdiff
path: root/include/xmloff/xmlmultiimagehelper.hxx
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@suse.com>2013-05-15 09:31:38 +0200
committerThorsten Behrens <tbehrens@suse.com>2013-05-15 11:14:48 +0200
commitc6747ee3a9f02cfbb1a89572180d7bb7ee5be9eb (patch)
treee733fd757b4190ee10745eb19b25a0d6bb0c2026 /include/xmloff/xmlmultiimagehelper.hxx
parenta94dc2203539a1593b99778be16b2c664fd46daa (diff)
Use upper camel case for class names in xmloff.
Align multiimagehelper with module standard. Change-Id: I70a4dbc66a0d127b9bf04d1e8db694d3526b21d7
Diffstat (limited to 'include/xmloff/xmlmultiimagehelper.hxx')
-rw-r--r--include/xmloff/xmlmultiimagehelper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xmloff/xmlmultiimagehelper.hxx b/include/xmloff/xmlmultiimagehelper.hxx
index bbe9ce121477..7a7e2ab41d19 100644
--- a/include/xmloff/xmlmultiimagehelper.hxx
+++ b/include/xmloff/xmlmultiimagehelper.hxx
@@ -25,7 +25,7 @@
//////////////////////////////////////////////////////////////////////////////
-class multiImageImportHelper
+class MultiImageImportHelper
{
private:
std::vector< SvXMLImportContextRef* > maImplContextVector;
@@ -37,8 +37,8 @@ protected:
virtual void removeGraphicFromImportContext(const SvXMLImportContext& rContext) const = 0;
public:
- multiImageImportHelper();
- virtual ~multiImageImportHelper();
+ MultiImageImportHelper();
+ virtual ~MultiImageImportHelper();
/// solve multiple imported images. The most valuable one is choosen,
/// see imlementation for evtl. changing weights and/or adding filetypes.