1*4bfbcde8SAndrew Rist/************************************************************** 2*4bfbcde8SAndrew Rist * 3*4bfbcde8SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*4bfbcde8SAndrew Rist * or more contributor license agreements. See the NOTICE file 5*4bfbcde8SAndrew Rist * distributed with this work for additional information 6*4bfbcde8SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*4bfbcde8SAndrew Rist * to you under the Apache License, Version 2.0 (the 8*4bfbcde8SAndrew Rist * "License"); you may not use this file except in compliance 9*4bfbcde8SAndrew Rist * with the License. You may obtain a copy of the License at 10*4bfbcde8SAndrew Rist * 11*4bfbcde8SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*4bfbcde8SAndrew Rist * 13*4bfbcde8SAndrew Rist * Unless required by applicable law or agreed to in writing, 14*4bfbcde8SAndrew Rist * software distributed under the License is distributed on an 15*4bfbcde8SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*4bfbcde8SAndrew Rist * KIND, either express or implied. See the License for the 17*4bfbcde8SAndrew Rist * specific language governing permissions and limitations 18*4bfbcde8SAndrew Rist * under the License. 19*4bfbcde8SAndrew Rist * 20*4bfbcde8SAndrew Rist *************************************************************/ 21cdf0e10cSrcweir#ifndef __com_sun_star_document_XCodeNameQuery_idl__ 22cdf0e10cSrcweir#define __com_sun_star_document_XCodeNameQuery_idl__ 23cdf0e10cSrcweir 24cdf0e10cSrcweir#ifndef __com_sun_star_uno_XInterface_idl__ 25cdf0e10cSrcweir#include <com/sun/star/uno/XInterface.idl> 26cdf0e10cSrcweir#endif 27cdf0e10cSrcweir 28cdf0e10cSrcweir//============================================================================= 29cdf0e10cSrcweir 30cdf0e10cSrcweirmodule com { module sun { module star { module document { 31cdf0e10cSrcweir//============================================================================= 32cdf0e10cSrcweirinterface XCodeNameQuery 33cdf0e10cSrcweir{ 34cdf0e10cSrcweir //------------------------------------------------------------------------- 35cdf0e10cSrcweir string getCodeNameForObject( [in] com::sun::star::uno::XInterface aObj ); 36cdf0e10cSrcweir}; 37cdf0e10cSrcweir 38cdf0e10cSrcweir//============================================================================= 39cdf0e10cSrcweir 40cdf0e10cSrcweir}; }; }; }; 41cdf0e10cSrcweir 42cdf0e10cSrcweir#endif 43