diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/objcont.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/doc/objcont.cxx b/sfx2/source/doc/objcont.cxx index cd5c294546ea..937a5e04ba46 100644 --- a/sfx2/source/doc/objcont.cxx +++ b/sfx2/source/doc/objcont.cxx @@ -296,9 +296,9 @@ SfxDocumentInfoDialog* SfxObjectShell::CreateDocumentInfoDialog -std::vector<Color> SfxObjectShell::GetDocColors() +std::set<Color> SfxObjectShell::GetDocColors() { - std::vector<Color> empty; + std::set<Color> empty; return empty; } |