Kaydet (Commit) 97e1d52d authored tarafından Chris Sherlock's avatar Chris Sherlock

sfx2: remove commented consts

Change-Id: I1521f174ac53c2e8e96dcb7b5c1264f0bf460fd0
üst 3579f76f
...@@ -69,15 +69,6 @@ const char TEMPLATE_URL[] = "slot:5500"; ...@@ -69,15 +69,6 @@ const char TEMPLATE_URL[] = "slot:5500";
const char OPEN_URL[] = ".uno:Open"; const char OPEN_URL[] = ".uno:Open";
const char SERVICENAME_CFGREADACCESS[] = "com.sun.star.configuration.ConfigurationAccess"; const char SERVICENAME_CFGREADACCESS[] = "com.sun.star.configuration.ConfigurationAccess";
//const char TEMPLATEBAR_SAVE[] = "template_save";
//const char TEMPLATEBAR_OPEN[] = "open";
//const char TEMPLATEBAR_EDIT[] = "edit";
//const char TEMPLATEBAR_PROPERTIES[] = "properties";
//const char TEMPLATEBAR_DEFAULT[] = "default";
//const char TEMPLATEBAR_MOVE[] = "move";
//const char TEMPLATEBAR_EXPORT[] = "export";
//const char TEMPLATEBAR_DELETE[] = "template_delete";
float fMultiplier = 1.4f; float fMultiplier = 1.4f;
const Color aButtonsBackground(114, 168, 84); // TDF green const Color aButtonsBackground(114, 168, 84); // TDF green
const Color aButtonsText(COL_WHITE); const Color aButtonsText(COL_WHITE);
...@@ -629,7 +620,6 @@ IMPL_LINK(BackingWindow, OpenTemplateHdl, ThumbnailViewItem*, pItem) ...@@ -629,7 +620,6 @@ IMPL_LINK(BackingWindow, OpenTemplateHdl, ThumbnailViewItem*, pItem)
try try
{ {
dispatchURL( pTemplateItem->getPath(), "_default", xFrame, aArgs ); dispatchURL( pTemplateItem->getPath(), "_default", xFrame, aArgs );
//mxDesktop->loadComponentFromURL(pTemplateItem->getPath(),"_default", 0, aArgs );
} }
catch( const uno::Exception& ) catch( const uno::Exception& )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment