diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-02-27 18:54:50 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-02-27 19:47:52 +0200 |
commit | 58da79fd02d6f2b49ccd03d9b5a984a231e1cd52 (patch) | |
tree | f8f764131db388b20a228da2cd84e1d49d9d3378 /oox/source/drawingml/linepropertiescontext.cxx | |
parent | b937abd24f3e89c0d5392c7839e418ff9404ebcb (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/source/drawingml/linepropertiescontext.cxx')
-rw-r--r-- | oox/source/drawingml/linepropertiescontext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/linepropertiescontext.cxx b/oox/source/drawingml/linepropertiescontext.cxx index b77d66f66814..2d3bfd6863f6 100644 --- a/oox/source/drawingml/linepropertiescontext.cxx +++ b/oox/source/drawingml/linepropertiescontext.cxx @@ -19,7 +19,7 @@ #include "drawingml/linepropertiescontext.hxx" #include "oox/drawingml/drawingmltypes.hxx" -#include "drawingml/fillpropertiesgroupcontext.hxx" +#include "drawingml/misccontexts.hxx" #include "drawingml/lineproperties.hxx" #include "oox/helper/attributelist.hxx" #include <oox/token/namespaces.hxx> |