summaryrefslogtreecommitdiff
path: root/oox/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-02-27 18:54:50 +0200
committerTor Lillqvist <tml@collabora.com>2017-02-27 19:47:52 +0200
commit58da79fd02d6f2b49ccd03d9b5a984a231e1cd52 (patch)
treef8f764131db388b20a228da2cd84e1d49d9d3378 /oox/inc
parentb937abd24f3e89c0d5392c7839e418ff9404ebcb (diff)
Rename misleadingly named include file fillpropertiesgroupcontext.hxx
There is nothing called FillPropertiesGroupContext. Rename the file to "misccontexts.hxx" as I could not come up with some more specific name that would describe the collection of classes defined in it. Rename the corresponding cxx file, too. Change-Id: I44db1db8c63c8e897774597b46a237a214aacedf
Diffstat (limited to 'oox/inc')
-rw-r--r--oox/inc/drawingml/misccontexts.hxx (renamed from oox/inc/drawingml/fillpropertiesgroupcontext.hxx)4
-rw-r--r--oox/inc/drawingml/textparagraphproperties.hxx2
-rw-r--r--oox/inc/pch/precompiled_oox.hxx2
3 files changed, 4 insertions, 4 deletions
diff --git a/oox/inc/drawingml/fillpropertiesgroupcontext.hxx b/oox/inc/drawingml/misccontexts.hxx
index 4c40ff371db1..67d2d0e1666f 100644
--- a/oox/inc/drawingml/fillpropertiesgroupcontext.hxx
+++ b/oox/inc/drawingml/misccontexts.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_OOX_DRAWINGML_FILLPROPERTIESGROUPCONTEXT_HXX
-#define INCLUDED_OOX_DRAWINGML_FILLPROPERTIESGROUPCONTEXT_HXX
+#ifndef INCLUDED_OOX_DRAWINGML_MISCCONTEXTS_HXX
+#define INCLUDED_OOX_DRAWINGML_MISCCONTEXTS_HXX
#include <drawingml/colorchoicecontext.hxx>
diff --git a/oox/inc/drawingml/textparagraphproperties.hxx b/oox/inc/drawingml/textparagraphproperties.hxx
index fb9f3ccf2acb..4b869f5929cd 100644
--- a/oox/inc/drawingml/textparagraphproperties.hxx
+++ b/oox/inc/drawingml/textparagraphproperties.hxx
@@ -21,7 +21,7 @@
#define INCLUDED_OOX_DRAWINGML_TEXTPARAGRAPHPROPERTIES_HXX
#include <com/sun/star/beans/XPropertySet.hpp>
-#include <drawingml/fillpropertiesgroupcontext.hxx>
+#include <drawingml/misccontexts.hxx>
#include <drawingml/textcharacterproperties.hxx>
#include <com/sun/star/style/NumberingType.hpp>
#include <drawingml/textfont.hxx>
diff --git a/oox/inc/pch/precompiled_oox.hxx b/oox/inc/pch/precompiled_oox.hxx
index 1bfc94757806..5949c9f9ec18 100644
--- a/oox/inc/pch/precompiled_oox.hxx
+++ b/oox/inc/pch/precompiled_oox.hxx
@@ -163,7 +163,7 @@
#include <drawingml/customshapegeometry.hxx>
#include <drawingml/customshapeproperties.hxx>
#include <drawingml/fillproperties.hxx>
-#include <drawingml/fillpropertiesgroupcontext.hxx>
+#include <drawingml/misccontexts.hxx>
#include <drawingml/lineproperties.hxx>
#include <drawingml/shapepropertiescontext.hxx>
#include <drawingml/shapestylecontext.hxx>