diff options
author | Pavel Janík <paveljanik@apache.org> | 2013-05-27 20:01:41 +0000 |
---|---|---|
committer | Pavel Janík <paveljanik@apache.org> | 2013-05-27 20:01:41 +0000 |
commit | f68dfc2cc8754d9cf72ae1b09f119e683ad44124 (patch) | |
tree | f86b9b26ebfa917badb869dddc75f8756203b609 /svx | |
parent | 5406664926f5c86b20aa4f68c22611a852968d11 (diff) |
Unname unused argument to prevent compiler warnings.
Notes
Notes:
merged as: 21747cae6ad12ec6566e6dd9a06f3c268c72404d
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sidebar/text/TextPropertyPanel.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sidebar/text/TextPropertyPanel.cxx b/svx/source/sidebar/text/TextPropertyPanel.cxx index 1d7914bc3970..e00f07956d7b 100644 --- a/svx/source/sidebar/text/TextPropertyPanel.cxx +++ b/svx/source/sidebar/text/TextPropertyPanel.cxx @@ -312,7 +312,7 @@ void TextPropertyPanel::HandleContextChange ( void TextPropertyPanel::UpdateFontColorToolbox ( - const ::sfx2::sidebar::EnumContext aContext) + const ::sfx2::sidebar::EnumContext /* aContext */) { bool bIsWriterFontColor (false); if (maContext.GetApplication_DI() == sfx2::sidebar::EnumContext::Application_WriterVariants) |