summaryrefslogtreecommitdiff
path: root/oox/Library_oox.mk
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/Library_oox.mk
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/Library_oox.mk')
-rw-r--r--oox/Library_oox.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/Library_oox.mk b/oox/Library_oox.mk
index e6765f405d04..3d6c684d3fc4 100644
--- a/oox/Library_oox.mk
+++ b/oox/Library_oox.mk
@@ -151,7 +151,7 @@ $(eval $(call gb_Library_add_exception_objects,oox,\
oox/source/drawingml/effectpropertiescontext \
oox/source/drawingml/embeddedwavaudiofile \
oox/source/drawingml/fillproperties \
- oox/source/drawingml/fillpropertiesgroupcontext \
+ oox/source/drawingml/misccontexts \
oox/source/drawingml/graphicshapecontext \
oox/source/drawingml/guidcontext \
oox/source/drawingml/hyperlinkcontext \