Author: orw
Date: Wed Dec 18 14:38:33 2013
New Revision: 1551954

URL: http://svn.apache.org/r1551954
Log:
123792: commit missing header file


Added:
    openoffice/branches/ooxml-osba/main/sw/inc/txtannotationfld.hxx   (with 
props)

Added: openoffice/branches/ooxml-osba/main/sw/inc/txtannotationfld.hxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/sw/inc/txtannotationfld.hxx?rev=1551954&view=auto
==============================================================================
--- openoffice/branches/ooxml-osba/main/sw/inc/txtannotationfld.hxx (added)
+++ openoffice/branches/ooxml-osba/main/sw/inc/txtannotationfld.hxx Wed Dec 18 
14:38:33 2013
@@ -0,0 +1,45 @@
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
+
+#ifndef _TXTANNOTATIONFLD_HXX
+#define _TXTANNOTATIONFLD_HXX
+
+#include <txtfld.hxx>
+#include <IMark.hxx>
+
+class SwDoc;
+
+class SwTxtAnnotationFld : public SwTxtFld
+{
+public:
+    SwTxtAnnotationFld(
+        SwFmtFld & rAttr,
+        xub_StrLen const nStart );
+
+    virtual ~SwTxtAnnotationFld();
+
+    ::sw::mark::IMark* GetAnnotationMark(
+        SwDoc* pDoc = NULL ) const;
+};
+
+#endif
+

Propchange: openoffice/branches/ooxml-osba/main/sw/inc/txtannotationfld.hxx
------------------------------------------------------------------------------
    svn:executable = *


Reply via email to