Kaydet (Commit) 7f076c03 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS colorsubtoolbar (1.5.376); FILE MERGED

2004/09/24 08:11:59 pb 1.5.376.1: fix: #i33938# execute SID_GRFFILTER isn't an error
üst 8b2daa4a
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: grfflt.cxx,v $ * $RCSfile: grfflt.cxx,v $
* *
* $Revision: 1.5 $ * $Revision: 1.6 $
* *
* last change: $Author: hr $ $Date: 2004-02-03 18:27:41 $ * last change: $Author: hr $ $Date: 2004-10-12 10:17:03 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -327,6 +327,13 @@ ULONG SvxGraphicFilter::ExecuteGrfFilterSlot( SfxRequest& rReq, GraphicObject& r ...@@ -327,6 +327,13 @@ ULONG SvxGraphicFilter::ExecuteGrfFilterSlot( SfxRequest& rReq, GraphicObject& r
} }
break; break;
case SID_GRFFILTER :
{
// do nothing; no error
nRet = SVX_GRAPHICFILTER_ERRCODE_NONE;
break;
}
default: default:
{ {
DBG_ERROR( "SvxGraphicFilter: selected filter slot not yet implemented" ); DBG_ERROR( "SvxGraphicFilter: selected filter slot not yet implemented" );
......
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